home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Disc to the Future 2
/
Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin
/
MAC
/
THINKC
/
TCL1
/
__MANDEL
/
TCL_SOUR
/
CDWDLOGD.H
< prev
next >
Wrap
Text File
|
1992-03-27
|
279b
|
14 lines
// CDWDLOGDialog.h
#pragma once
#include <CDLOGDialog.h>
class CDWDLOGDialog: public CDLOGDialog {
public:
virtual CPane *AddOverloadedItem( StringPtr itemText, short aWidth, short aHeight,
short hEncl, short vEncl,
CView *enclosure, tDITLItem *ditlItem);
};